Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Lines


Q3Line_SetData

You can use the Q3Line_SetData function to set the data that defines a line and its attributes.

TQ3Status Q3Line_SetData (
TQ3GeometryObject line, 
const TQ3LineData *lineData);
line
A line.
lineData
A pointer to a TQ3LineData structure.
DESCRIPTION
The Q3Line_SetData function sets the data associated with the line specified by the line parameter to the data specified by the lineData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996